PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDisplayMode Enumeration
In This Topic
    PDFDisplayMode Enumeration
    In This Topic
    Defines the supported display modes for a PDF document.
    Members
    MemberDescription
    FULL_SCREENFull screen mode, with no menu bar, window controls, or any other window visible.
    UNSPECIFIEDNot specified.
    USE_ATTACHMENTSAttachments panel visible.
    USE_NONENeither document outline nor thumbnail images visible.
    USE_OPTIONAL_CONTENTOptional content panel visible.
    USE_OUTLINESDocument outline visible.
    USE_THUMBSThumbnail images visible.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.document.PDFDisplayMode

    See Also